NewDialog Constructor

Initializes the NewDialog. Called during construction.
 

Parameters

filterTypes

Type: Array
ElementType: dundas.ObjectType
(optional) An array of types to filter the open creation to.
Optional: True

Examples

The following example initializes a new instance of a NewDialog object:

var newObject = new dundas.controls.NewDialog();